home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _C6EBF844DE3B45BABFB1ECD48957F740 < prev    next >
Encoding:
Text File  |  2004-03-17  |  397 b   |  22 lines

  1. regc4f( 7, %ambient_r, %ambient_g, %ambient_b, %ambient_a )
  2. pshader("
  3.  
  4. ;#include <consts.psh>
  5. ps_1_1
  6.  
  7. ;def    c7, AMBIENT
  8.  
  9. tex t0  ;reflection
  10. tex t1  ;Terrain color
  11. tex t2  ;clouds
  12.  
  13. mul r0, t1.a, 1-t2.a        ;terrain lightmap * clouds shadow    = static lighting
  14.  
  15. mad_sat r0, r0, c7, c7.a    ;static lighting + ambient            = set lighting
  16.  
  17. mul r0, r0, t0                ;reflection * set lighting
  18.  
  19.  
  20. ")
  21.  
  22.